home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / arcaid12.arc / ARCAID.DOC < prev   
Encoding:
Text File  |  1987-03-18  |  4.7 KB  |  123 lines

  1.  
  2.     ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  3.     ▒▒                           ARC-AID                           ▒▒
  4.     ▒▒                         version 1.02                        ▒▒
  5.     ▒▒                    (C)opyright GSoft 1987                   ▒▒
  6.     ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  7.  
  8.                               DISCLAIMER?
  9.                               -----------
  10.      GSoft is in no way responsible for anything done by the
  11. program! It should not do anything harmful, but if it does, don't
  12. blame us. This program was written in Turbo Pascal, and it uses
  13. BOOSTERS.
  14.  
  15.                               INTRODUCTION
  16.                               ------------
  17.  
  18.     Have you ever tried to archive several different files which
  19. cannot be archived using wildcards? Well, here is a program which
  20. works in conjunction with your archiving program. It can read the
  21. directory from any path, then you tag the files you want to
  22. archive, press F10, and the archiving begins.
  23.  
  24.  
  25.                               INSTRUCTIONS
  26.                               ------------
  27.  
  28.     At the DOS prompt, type ARCAID. This will start the program.
  29. Now you will see the ARCAID screen. On the left half of the
  30. screen is the directory, on the right half is the path, arc file
  31. name, arcer name, and a list of the function keys. The files
  32. which are tagged, will be archived.
  33.  
  34. Left Side of Screen: Here the directory is displayed. The
  35. filenames, dates, times, and sizes are displayed. Using the up
  36. arrow, down arrow, Page Up, Page Down keys, you can move through
  37. the directory. When you find a file which you will want to add to
  38. the archive, press the space bar to tag of un-tag the file.
  39. Later, all the tagged files will be added to the archive.
  40.  
  41. Right Top of Screen: Here the Current Directory Path, the arc
  42. path and file name, and the ARC-er file name are displayed and
  43. edited. Pressing F2 will allow you to edit the Current Directory
  44. Path, F3 the arc file name, and F4 the ARC-er file name.
  45.  
  46. Right Bottom of Screen: Shows a list of the function keys.
  47.  
  48. To make an archive, tag all the files you want, supply an arc
  49. file name, and an ARC-er name, and press F5.
  50.  
  51. The program sends its commands to DOS in the following way:
  52.  
  53. ARC-er filename ARC_file_name path+Tagged_File
  54.  
  55.                               THE KEYS
  56.                               --------
  57.  
  58.  SPACE BAR: Tag or UnTag a file.
  59.  
  60.  F1: Tag ALL files
  61.  
  62. *F2: Change current directory path.
  63.      NOTE: the directory name must always end in a wildcard!
  64.      ( ex. C:\FILES\*.* or A:\ARC\HE?????.* )
  65.  
  66. *F3: Change arc file name.
  67.      This is the name of the file to which the archive will be written.
  68.  
  69. *F4: Change ARC-er file name.
  70.      This is the path and file name of your program which you use for
  71.      archiving. This should include the extention of the filename, and
  72.      any command afterwards which are used by the archiver.
  73.      (ex. C:\ARCDIR\ARC.EXE A ) where a is for ADD to archive.
  74.  
  75.  F5: Start archiving.
  76.  
  77.  F6: Save the Directory Path, arc file name, and arcer file name
  78.     as defaults.
  79.  
  80.  F7: Sort according to name, extension, file size, date, or time. You
  81.      can also choose ascending/descending order.
  82.      NOTE: The time sort doesn't acknowledge the am or pm.
  83.  
  84. F10: Exit.
  85.  
  86. * --> For these commands where you enter a path or filename, you
  87.       can use the HOME, Left ARROW, Right ARROW, Delete and
  88.       BackSpace keys.
  89.  
  90.                                     ETC.
  91.                                     ----
  92.  
  93.     If you have any problems, suggestions, or donations, please
  94. send them to
  95.  
  96.                          GSoft
  97.             13918 Notley Rd.
  98.             Silver Spring, MD 20904
  99.                          (301)384-8325
  100.  
  101. Send your acknowledgement even if you just like the program. I
  102. would really like to know whether this program is useful to others
  103. as it is to me. The source code is not available. If you don't like this
  104. documentation, please send any suggestions to the above address.
  105. I don't think that I am too good at writing documentation.
  106. One can probably reach me on Eagle's Aerie BBS, phone #(301)652-
  107. 6832. Write a message to Gyuri Grell. Please do consider a donation,
  108. even a small amount ($1 - $10), because it did take time and energy to
  109. write this program. Thanks.
  110.  
  111.                            FUTURE VERSIONS?
  112.                            ----------------
  113.  
  114.     For future versions I have thought about giving the
  115. possibility to sort the directory according to filename, size,
  116. date, or time. Any other suggestions?
  117.  
  118.      1.00 - First version
  119.      1.01 - Added the file sort, revised this document.
  120.      1.02 - Changed bug in 1.01 where you could archive even
  121.             if an ARC file name or an Arcer file name weren't
  122.             given.
  123.